home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI237.ASC < prev    next >
Text File  |  1991-09-11  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT : TURBO PASCAL                               NUMBER : 237
  9.   VERSION : 3.01x
  10.   OS : PC-DOS
  11.   DATE : March 13, 1986                                  PAGE : 1/3
  12.  
  13.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new version of TINST lets you designate
  25.   the path to the error messages in the event they are stored in a
  26.   directory other than the one active at the time Turbo Pascal is
  27.   loaded. Patches for three different implementations of Turbo
  28.   Pascal are listed below. Be sure you are using the patch
  29.   applicable to the file you wish to modify.
  30.  
  31.   Use the DOS utility, DEBUG, to apply the following patch to a
  32.   copy of your original .COM file. Copy DEBUG.COM into the
  33.   directory (or onto the diskette) where your working copy of
  34.    .COM is located. At the DOS prompt, type the following
  35.   information exactly as it appears. (Conclude each line by
  36.   pressing <Enter>.)
  37.  
  38.  
  39.   Note:
  40.   1.   DEBUG is not sensitive to upper and lower case. All
  41.    addresses are listed in upper case for ease of  readability.
  42.  
  43.   2.   While in DEBUG,the prompt will appear as a dash (-).
  44.  
  45.   3.   If you do not receive the appropriate response,   press "q"
  46.        followed by <Return>, to quit.   Check your version numbers
  47.        and, if correct, try   again.
  48.  
  49.  
  50.   TURBO.COM - "YES" - MESSAGES INCLUDED
  51.  
  52.        YOU TYPE                              THIS APPEARS
  53.  
  54.        DEBUG TURBO.COM<ENTER>                 -
  55.        e2F5E                                  XXXX:2F5E E8.
  56.        0C<Space>                              20
  57.        FF<Space>                              DB
  58.        EB<Space>                              0D
  59.        1E<Return>                             -
  60.        w                                      writing XXXX bytes
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT : TURBO PASCAL                               NUMBER : 237
  75.   VERSION : 3.01x
  76.   OS : PC-DOS
  77.   DATE : March 13, 1986                                  PAGE : 2/3
  78.  
  79.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  80.  
  81.  
  82.  
  83.  
  84.        q                                      DOS prompt
  85.  
  86.  
  87.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  88.  
  89.        YOU TYPE                             THIS APPEARS
  90.  
  91.        DEBUG TURBO.COM<ENTER>                 -
  92.        e2F5E                                  XXXX:2F5E E8.
  93.        24<Space>                              20
  94.        00<Space>                              DB
  95.        EB<Space>                              OD
  96.        1E<Return>                             -
  97.        w                                      writing XXXX bytes
  98.        q                                      DOS prompt
  99.  
  100.  
  101.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  102.  
  103.        YOU TYPE                              THIS APPEARS
  104.  
  105.        DEBUG TURBO-87.COM<ENTER>              -
  106.        e2A27                                  XXXX:2A27 E8.
  107.        0C<Space>                              57
  108.        FF<Space>                              E0
  109.        EB<Space>                              OD
  110.        1E<Return>                             -
  111.        w                                      writing XXXX bytes
  112.        q                                      DOS prompt
  113.  
  114.  
  115.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  116.  
  117.        YOU TYPE                             THIS APPEARS
  118.  
  119.        DEBUG TURBO-87.COM<ENTER>              -
  120.        e2A27                                  XXXX:2A27 E8.
  121.        24<Space>                              57
  122.        00<Space>                              E0
  123.        EB<Space>                              0D
  124.        1E<Return>                             -
  125.        w                                      writing XXXX bytes
  126.        q                                      DOS prompt
  127.  
  128.  
  129.  
  130.                                 - 2 -
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT : TURBO PASCAL                               NUMBER : 237
  141.   VERSION : 3.01x
  142.   OS : PC-DOS
  143.   DATE : March 13, 1986                                  PAGE : 3/3
  144.  
  145.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  146.  
  147.  
  148.  
  149.  
  150.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  151.  
  152.        YOU TYPE                              THIS APPEARS
  153.  
  154.        DEBUG TURBOBCD.COM<ENTER>              -
  155.        e2E7F                                  XXXX:2E7F E8.
  156.        0C<Space>                              FF
  157.        FF<Space>                              DB
  158.        EB<Space>                              0D
  159.        1E<Return>                             -
  160.        w                                      writing XXXX bytes
  161.        q                                      DOS prompt
  162.  
  163.  
  164.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  165.  
  166.        YOU TYPE                              THIS APPEARS
  167.  
  168.        DEBUG TURBOBCD.COM<ENTER>              -
  169.        e2E7F                                  XXXX:2E7F E8.
  170.        24<Space>                              FF
  171.        00<Space>                              DB
  172.        EB<Space>                              0D
  173.        1E<Return>                             -
  174.        w                                      writing XXXX bytes
  175.        q                                      DOS prompt
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                                 - 3 -
  197.  
  198.  
  199.